|
| bool | isMacFilterEnabled () |
| | Gets the mac filtering enable or disable state. More...
|
| |
| void | setMacFilterEnabled (bool) |
| | Enables/Disables wireless mac filtering. More...
|
| |
| void | setAllowAccess (bool) |
| | Sets the mode to allow access from listed mac addresses, or deny access for listed mac addresses. More...
|
| |
| bool | isAccessAllowed () |
| | Gets the mode to allow access from listed mac addresses, or deny access for listed mac addresses. More...
|
| |
| void | removeAllMacEntries () |
| | Clears the mac filtering table. More...
|
| |
| vector< mac > | getAllMacEntries () |
| | Gets all of the mac entries. More...
|
| |
| int | getMacAddressCount () |
| | Gets the count of the mac addresses. More...
|
| |
| mac | getMacAddressAt (int) |
| | Gets the mac entry at index. More...
|
| |
| void | resetAllAssociations () |
| | Resets wireless client associations so that the new filters will affect existing associations. More...
|
| |
| void | addToMacFilterAddrList (mac) |
| | Add a mac address to the filtering table. More...
|
| |
| void | removeFromMacFilterAddrList (mac) |
| | Removes a mac address from the filtering table. More...
|
| |
| bool | isSsidBrdCastEnabled () |
| | Check if ssid broadcast is enabled. More...
|
| |
| void | setSsidBrdCastEnabled (bool) |
| | Set Ssid broadcast enabled. More...
|
| |
| WirelessAuthenType | getAuthenType () |
| | Returns the authentication type. More...
|
| |
| void | setAuthenType (WirelessAuthenType) |
| |
| void | setSsid (string) |
| | Sets the SSID. More...
|
| |
| string | getSsid () |
| | Returns the SSID. More...
|
| |
| WirelessNetworkType | getNetworkType () |
| | Returns the network type. More...
|
| |
| void | setNetworkType (WirelessNetworkType) |
| |
| bool | setPort (string) |
| | Sets the wireless port with the specified port. More...
|
| |
| Port | getPort () |
| | Returns the wireless port. More...
|
| |
| WEPProcess | getWepProcess () |
| | Returns the WEP process. More...
|
| |
| void | resetAllAssociations () |
| | Resets all wireless associations. More...
|
| |
| WirelessEncryptType | getEncryptType () |
| | Get encryption type. More...
|
| |
| void | setEncryptType (WirelessEncryptType) |
| | Set encryption type \para type, enum<WirelessEncryptType> eEncryptNull = 0, eEncryptWep_64bit = 1, eEncryptWep_128bit = 2, eEncryptTKIP = 3, //Arun wpa eEncryptAES = 4. More...
|
| |
| void | setStandardChannel (StandardChannel) |
| | Set standard channel \para type, enum<StandardChannel>
eStandardChannel_1 = 0, // channel: 1 - 2.412GHz eStandardChannel_2 = 1, // channel: 2 - 2.417GHz eStandardChannel_3 = 2, // channel: 3 - 2.422GHz eStandardChannel_4 = 3, // channel: 4 - 2.427GHz eStandardChannel_5 = 4, // channel: 5 - 2.432GHz eStandardChannel_6 = 5, // channel: 6 - 2.437GHz eStandardChannel_7 = 6, // channel: 7 - 2.442GHz eStandardChannel_8 = 7, // channel: 8 - 2.447GHz eStandardChannel_9 = 8, // channel: 9 - 2.452GHz eStandardChannel_10 = 9, // channel: 10 - 2.457GHz eStandardChannel_11 = 10 // channel: 11 - 2.462GHz. More...
|
| |
| StandardChannel | getStandardChannel () |
| | Get standard channel. More...
|
| |
| void | setWideChannel (WideChannel) |
| | Set wide channel. More...
|
| |
| WideChannel | getWideChannel () |
| | Get wide channel. More...
|
| |
| WirelessRadioBand | getRadioBand () |
| | Get radio band. More...
|
| |
| void | setRadioBand (WirelessRadioBand) |
| | Set radio band. More...
|
| |
| WPAProcess | getWpaProcess () |
| | Get Wpa Process. More...
|
| |
| Device | getOwnerDevice () |
| | Returns the device for this process. More...
|
| |
\brief WirelessServerProcess handles and manipulates wireless servers.
\example network().getDevice("PC0").getProcess("WirelessServer")